| Sample: dhtmlxGrid | Drag and Drop between Grids | dhtmlxGrid main page |
Drag-n-drop within Grid and between Grids
<script src="../js/dhtmlxcommon.js"></script> <script src="../js/dhtmlxgrid.js"></script> <script src="../js/dhtmlxgridcell.js"></script> <script src="../js/dhtmlxgrid_drag.js"></script> <script></script>mygrid = new ('gridbox3'); ... mygrid.enableDragAndDrop(true);
| © DHTMLX LTD. All rights reserved |